added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / CSASPNETPageValidation / CSASPNETPageValidationServerSide.aspx.designer.cs
blob05a65e8af5103dd7ac2ea11a4cc55fe7569a496e
1 //------------------------------------------------------------------------------
2 // <auto-generated>
3 // This code was generated by a tool.
4 // Runtime Version:2.0.50727.4927
5 //
6 // Changes to this file may cause incorrect behavior and will be lost if
7 // the code is regenerated.
8 // </auto-generated>
9 //------------------------------------------------------------------------------
11 namespace CSASPNETPageValidation {
14 public partial class CSASPNETPageValidationServerSide {
16 /// <summary>
17 /// Head1 control.
18 /// </summary>
19 /// <remarks>
20 /// Auto-generated field.
21 /// To modify move field declaration from designer file to code-behind file.
22 /// </remarks>
23 protected global::System.Web.UI.HtmlControls.HtmlHead Head1;
25 /// <summary>
26 /// form1 control.
27 /// </summary>
28 /// <remarks>
29 /// Auto-generated field.
30 /// To modify move field declaration from designer file to code-behind file.
31 /// </remarks>
32 protected global::System.Web.UI.HtmlControls.HtmlForm form1;
34 /// <summary>
35 /// lbl_username control.
36 /// </summary>
37 /// <remarks>
38 /// Auto-generated field.
39 /// To modify move field declaration from designer file to code-behind file.
40 /// </remarks>
41 protected global::System.Web.UI.WebControls.Label lbl_username;
43 /// <summary>
44 /// tb_username control.
45 /// </summary>
46 /// <remarks>
47 /// Auto-generated field.
48 /// To modify move field declaration from designer file to code-behind file.
49 /// </remarks>
50 protected global::System.Web.UI.WebControls.TextBox tb_username;
52 /// <summary>
53 /// RequiredFieldValidator1 control.
54 /// </summary>
55 /// <remarks>
56 /// Auto-generated field.
57 /// To modify move field declaration from designer file to code-behind file.
58 /// </remarks>
59 protected global::System.Web.UI.WebControls.RequiredFieldValidator RequiredFieldValidator1;
61 /// <summary>
62 /// CustomValidator1 control.
63 /// </summary>
64 /// <remarks>
65 /// Auto-generated field.
66 /// To modify move field declaration from designer file to code-behind file.
67 /// </remarks>
68 protected global::System.Web.UI.WebControls.CustomValidator CustomValidator1;
70 /// <summary>
71 /// btn_submit control.
72 /// </summary>
73 /// <remarks>
74 /// Auto-generated field.
75 /// To modify move field declaration from designer file to code-behind file.
76 /// </remarks>
77 protected global::System.Web.UI.WebControls.Button btn_submit;